πŸ•ΈοΈ Ada Research Browser

phase9-audit-logging.md
← Back

Plan: phase9/audit-logging

Goal

Implement audit logging to track all write operations (POST/PUT/PATCH/DELETE) with user, action, resource, and IP information.

Changes

Middleware (cmmc/middleware/audit.py)

Router (cmmc/routers/audit.py)

Schema (cmmc/schemas/audit.py)

Model (pre-existing)

Tests (tests/test_audit.py)